home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 3,701 to 3,800 / aol-file-protocol-4400-3701-to-3800.zip / AOLDLs / HP Graphics & Sound / HP1 ICON Viewer Macro for HP100 / ICONVIEW.doc next >
Text File  |  2014-10-30  |  2KB  |  46 lines

  1. ICON VIEWER
  2.  
  3. In order to create an icon viewer for the HP100lx, first load all
  4. icons into a separate directory named icons.  Then change (cd) to this directory from DOS Option and use the following command to create a txt (doc) file of the icon names. 
  5. The file you create will be located in c:\_dat and will be called icons.doc.
  6.  
  7. Dir /on /b > c:\_dat\icons.doc
  8.  
  9.  
  10. Following the creation of the icons.doc file, move it to the icons directory that you have created.  Then create the  following macro which will enable you to use "add" function within appManager as an icon viewer.  You may cut and paste this macro from below into the macro editor.
  11.  
  12.                 cut here
  13. --------------------------------------------------------------------------------------------
  14. {F9}{F2}{Memo}{F9}c:\icons\icons.doc{Enter}{Shift+Down}{Cut}
  15. {PgDn}{PgDn}{PgDn}{PgDn}{Down}{Paste}{F10}{Alt}q{Paste}{End}{
  16. BackSp}{BackSp}{BackSp}{BackSp}{Tab}c:\icons\{Paste}{Tab}{Tab}
  17. --------------------------------------------------------------------------------------------
  18.                 cut here
  19.  
  20. Make sure the path names are correct in the macro.  After creating the
  21. macro, enter appManager {MORE}; press F2 to enter the "add"
  22. function.  Then press the appropriate "Fn" key to run your macro.
  23. You will see the first icon on your list; continue to press the
  24. macro "Fn" key to scroll through your list of icons.  If you later
  25. add more icons to your "ICONS" directory, you will need to either
  26. edit your icons.doc file or replace it with a new one created by the
  27. dir /on /b command described above.
  28.  
  29. When you find an icon that you want to use, you must copy the
  30. appropriate ".icn" file to the directory of the program, and rename
  31. it to match the program.  For example, if you have a poker game with
  32. the full pathname of a:\games\poker.exe, and you want to use the
  33. icon that you have stored as c:\icons\cards.icn, you should enter
  34. the following command:
  35.  
  36. copy c:\icons\cards.icn a:\games\poker.icn
  37.  
  38. This will copy and rename the icon file.  Now, when you add "Poker"
  39. to the appManager, the appropriate icon will show up.
  40.  
  41. I hope you will find this information useful.
  42.  
  43. Steven Richeimer
  44. 75006.3475@CIS
  45.  
  46.